home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
il gioco del Kamasutra
/
Milo Manara Kamasutra.iso
/
mac
/
DATA
/
ParteIII
/
GameIII
/
Arco.dir
/
00002_Script_2
next >
Wrap
Text File
|
1997-11-23
|
452b
|
24 lines
on mouseDown
puppetSound 3, "Click3"
PuppetSprite 11, true
repeat while the stillDown
set the membernum of sprite 11 = 30
updatestage
end repeat
end
on mouseUp
Global IndexLulu
PuppetSprite 3, true
set the membernum of sprite 11 = 23
updatestage
if indexLulu < 14 then
set indexLulu = indexLulu + 1
set the membernum of sprite 3 = indexLulu
updatestage
else
beep
end if
end museup